Parallel Thread along with main thread

Hi all,
I want to run a thread parallel with the main game thread.Where we should create this thread and where should I join to it.
Thanks