Solution:
For two disjoint triangles to be formed, three of the balls must be connected into a triangle by three of the sticks, and the three remaining balls must be connected by the three remaining sticks.
There are (36) ways to pick the 3 balls for the first triangle. Note that once we choose the 3 balls for the first triangle, the remaining 3 balls must form the vertices of the second triangle.
Now that we have determined the vertices of each triangle, we can assign the 6 sticks to the 6 total edges in the two triangles. Because any ordering of the 6 sticks works, there are 6!=720 total ways to assign the sticks as edges.
Finally, because the order of the two triangles doesn't matter (i.e. our initial choice of 3 balls could have been used for the second triangle), we must divide by 2 to correct for overcounting. Hence the final answer is (36)⋅6!/2=7200.