Hi @Ezereonye ,
Please consider the below steps and screenshots.
Step 1: Add 2 Forms and 2 Buttons on the Same screen.
Step 2: on the 1st and 2nd button’s OnClick property add the below Fx formulas respectively.
Button 1 : Set(varForm1,true);
Set(varForm2,false);
Button 2: Set(varForm2,true);
Set(varForm1,false);

Step 3: On the Visible property of Form1 and Form2 add the below Fx formulas respectively
Form 1: varForm1
Form 2: varForm2

Step 4: To make all the forms initially invisible add the below Fx formula on the OnVisible property of the screen to make all the forms initially invisible.
Set(varForm1,false);Set(varForm2,false)
Note: you can add multiple forms on the screen and add more Fx formulas for the multiple forms, buttons.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/