You can launch a new process to create a really independent form: a new instance of app.
private void button1_Click(object sender, EventArgs e) { Process.Start("WindowsFormsApp1.exe"); // Your .exe }