This worked for me, where 'comboboxes.py' is a python file in C:\test.
Sub testPython()

    ChDir "c:\test"
    
    pyScript = "python comboboxex.py"
    RetVal = Shell(pyScript, vbMinimizedFocus)

End Sub