I'm using Turbo C 3.0

I've been scratching my head trying to figure out how to write one program to use a seperate executable. I'm writing a game in which has to be compiled in a medium memory model, but I have a seperate program I need to use for the sound and it has to be compiled using a huge memory model. I'm figuring I need to pass some command line arguments, but being the newbie that I am I seemed to be stumped. Any help?

Thanks ;-)