Multi-Step forms are not supported out of box.
We can do the below to get the functionality desired
1. Create multiple alternate forms for the same biz form.
Each alternate form to correspond to each step you want
2. Clone the BizForm web part
3. Modify load event of the cloned web part, to access query sting and show a particular alternate form.