Shailu,
You need not manually call a trigger. Go through the following steps for better understanding.
1. Create a INSERT trigger on Table1 which would insert the desired data into Table2
2. From your stored procedure just insert records into Table1
3. Automatically the insert trigger on Table1 would fire and take care of inserting the values into Table2 also.
Hope this helps! If you are stuck somewhere or if you need any examples do let me know.
MVP ASP/ASP.NET
http://vadivel.thinkingms.com