Warten Sie, bis die Exe Python endet

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