Using 2 character controllers in unity issue

Hello Everyone, I am new to unity and I’m trying to make a 3d 2 player boxing type game using animation. However, I have run into an issue. I am trying to use two seperate character controllers, one for each player. When I play the game and try to move player 1, the animation works but it’s also moving player 2 without the animation. Is there anything I am missing? Thanks

Is this game played where a player controls a character to fight against another computer or are there two players who control respectively?

There are two players who each control one character.