osql -U username -P password -S ServerName -q"exec procedure name"
if you feel that passing user name and passsword is not providing the right security that you want u can use windows authntication method but make sure the user running has necessary permissions.
osql -E -S ServerName -q"exec procedure name"