Is it possible to have 2 event ticks?

You can’t have multiple tick events and you cant multithread it aspecially in blueprint. There is Sequence node which will call one segment of the code after another, but you need to decide the order of execution