Shooting while moving (Behaviour Tree)

How can I implement a system where I run and shoot at the same time?

There is no concurrency in behaviour tree as far I can see, there is only parallelism.

does that mean that I’m supposed to create 2 different behaviour trees? 1 for the movement and 1 for shooting?