Create a job with appropriate name (e.g. 'DO SOME STUFF').
Add new operating system step and set the command as follows:
DTSRUN /E /S<serverName> /N<DTSPackageName>
Save the job.
Open a query window and issue:
EXEC msdb.dbo.sp_start_job @job_name = 'DO SOME STUFF'