Schreib dir eine Batchdatei mit folgendem Inhalt:

@echo off
start C:\Programme\Programm1.exe %*
start C:\Programme\Programm2.exe %*
...

In FMS32pro hinterlegst dus so:
C:\Batch.bat %1 %2 %3 (je nachdem welche %x du brauchst)