I was  using live paper trading using 1 L-Micro-Node and was trying to run multiple concurrent ML training thread either using Schedule.On call or threading. 

It looks like Quantconnect does not run multiple concurrent training either from Schedule.On call or from Self.Train call. It always does the trainings seqeuantially.

And python threading to run concurrent training, without a luck - in that case runtime just hangs and then times out eventually.

What is the solution here? Do I need to get multiple  L-Micro-Node.

Note: Back testing does not work at all. It always times out when running concurrent ML trainings.