How can I add an in-place animation while a node is running in the behavior tree?

I want to add an in-place animation for the feet of the enemy turning to face the player while it is running the “Rotate To Face BB Entry” task. If I add a play animation node after or before the animation plays, but not while the turning is happening. How can this be done?
Thanks for your time.