this command in Powershell, it worked well for me, with a delay of 3 seconds among the 3 programs.
Start-Process -FilePath "path\program.exe"
Start-Sleep -Seconds 3
Start-Process -FilePath ""path\program.exe"