With WSL2 on Windows, seeing two bash processes is common. Usually The first bash process might be the WSL init or management shell and second will be for your current terminal.
Even you can check the parent-child hierarchy of process to understand bash process connection here
pstree -p | grep bash
Try this on.