Poczekaj, aż Exe zakończy Pythona

import subprocess
subprocess.call('a.exe')
print("test")
Real Raccoon