Hi @gowtham_m,
if you start every process by message and use a unique business key for correlation, you can implement your requirements with this pattern:
Both message event have to use the same message definition. The event subprocess will cancel all following requests when a process instance is running.
Hope this helps, Ingo