Hello Arpit,
If I understood correctly, you have a form contained in a webblock, and this webblock is used in a parent webblock to aggregate these forms.
What does your validation logic need to do? Would it not be possible for each child webblock to validate the data it contains? What I'm thinking is that if each child webblock does not need to know what else is going on in the list, then each child webblock can validate itself when changes happen, report the result to the parent webblock, and then the parent webblock holds a List of the validation results that can be checked when the user tries to submit the complete form.