In fact a few parallel process will not cause lag alone, unless it's a very resource use event.
So only heave process events or a lot of parallel process will cause lag, in any case, the solution shaz sugested works, add wait times so there's a small interval between the events.
The longer the event, the more likely to cause lag, since most events are processed at a single frame, unless it's a event that requires graphic update (like display messages)