Code:
If LaunchApp32(myFirstAppName) = True Then
If LaunchApp32(mySecondAppName) = True Then
'....Put your program code here....
'.................................................
'.................................................
End If
End If
There you go
