You can do something like
from julia import Main
Main.include("script.jl")
Main.testFunc01(x, y)
Main.testFunc02(a, b, c)
It looks like you are passing an unexpected argument to testFunc02. You’d need to provide an MWE to get more specific advice.
Also, please read Please read: make it easier to help you