How to controll/merge two pawns if possible?

So in the game i have two pawns for a tank, one for the hull where your in the driver position, and the other pawn is for the turret where you’re in the gunner seat. How would you merge two pawns so i could controll both pawns in one?

Don’t merge them. Seems good to keep them separate pawns but with one attached to the other.

Leave them as is and funnel a subset of inputs from one to the other. For example, if controlling Turret mouse look would turn the turret and WASD move inputs would get sent to the Tank.

I see, im pretty new to unreal. Do you have an example on how i would do it?