Unreal can run two functions at the same time?

Hi, AFAIK by default UE will run all the code you write in one process (the GameThread), so one after another.