How to do async def in python for UE

I want to run two functions (the first one is the main function, the second one is a helper function). If the first function is completed, the second function calls the first one again, and so on at least 2-3 times.

P.S: I use Python. Thanks ^-^