Easiest way is to use the cocos2d engine and rendering as if your main thread is the rendering thread. Then create and run new separate threads for whatever you want to process in parallel.
You can already do this with (pre)loading of assets and the audio system is mostly already using its own threads.
Search for other posts on the subject as it’s been discussed a number of times.